c# file watcher specific file

118

c# file watcher specific file -

watcher.Path = Path.GetDirectoryName(filePath1); 
watcher.Filter = Path.GetFileName(filePath1);

Comments

Submit
0 Comments